projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8368e24
)
(Command-history-setup): Remove extraneous `keymap'
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 28 Nov 2000 09:36:33 +0000
(09:36 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 28 Nov 2000 09:36:33 +0000
(09:36 +0000)
reference.
lisp/chistory.el
patch
|
blob
|
history
diff --git
a/lisp/chistory.el
b/lisp/chistory.el
index a32720a40ce8e50a90159ff0fcd377e73ac10388..40b137434461c36aa67f765416ffa20b3daefce5 100644
(file)
--- a/
lisp/chistory.el
+++ b/
lisp/chistory.el
@@
-134,7
+134,7
@@
The buffer is left in Command History mode."
(defun Command-history-setup ()
(kill-all-local-variables)
- (use-local-map
(or keymap command-history-map)
)
+ (use-local-map
command-history-map
)
(lisp-mode-variables nil)
(set-syntax-table emacs-lisp-mode-syntax-table)
(setq buffer-read-only t))